home *** CD-ROM | disk | FTP | other *** search
/ Paparazzi!: Tales of Tinseltown / Paparazzi - Tales of Tinseltown (1995)(Activision)(Disc 1 of 2).iso / pprazia2.dir / 00928_Script_7D Conditional Checker < prev    next >
Text File  |  1995-05-21  |  289b  |  18 lines

  1. on exitFrame
  2.   global g01A, Cheevers, g02A, CALLS
  3.   
  4.   Unloadcast
  5.   if g01A = "c" then 
  6.     set Cheevers = "c"
  7.   else
  8.     set Cheevers = ""
  9.   end if
  10.   
  11.   if g02A = "c" then 
  12.     set CALLS = "c" -- GOT JACKIE/ALIEN
  13.   else
  14.     set CALLS = "" 
  15.   end if
  16.   turnOnDaycons
  17.   
  18. end